home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
PROGRAMM
/
LOGO
/
3827.ZIP
/
LOGOLIB.ZIP
/
ARC.LG
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-06-12
|
145 b
|
10 lines
to arc :circumf :degrees
make "incr 10
make "ctr 0
10 fd :circumf
oflush
lt :incr
make "ctr :ctr + :incr
if :ctr < :degrees [go 10]
end